home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk122 / 3d / edit.doc < prev    next >
Text File  |  1995-03-19  |  4KB  |  87 lines

  1.  
  2. Instructions for the Simple 3D Editor                    Ben Discoe, 3/2/90
  3.  
  4. Command line options:
  5.         '-m' will bring up the editor in Medium Res (~640x200).  However,
  6.         since the pixels are far from square, you must remember that shapes
  7.         which look normal in medium res will appear squashed when displayed
  8.         in 3D.
  9.         '-pnnn' will allow a maximum of nnn points in memory.
  10.         '-lnnn' will allow a maximum of nnn lines in memory.
  11.         '-snnn' will allow a maximum of nnn points to be selected at once.
  12.  
  13. Moving the 3D cursor:
  14.         You may have noticed that the Amiga mouse and monitor have a curious
  15.     limitation, specifically that it can only display two dimensional data.
  16.     The "cursor" in this editor exists in 3D.  The third dimension can be
  17.     adjusted with
  18.         '8' : move the cursor away from you
  19.         '2' : move the cursor toward you
  20.  
  21. Selecting points:
  22.         The first and second mouse buttons can both be used to select points,
  23.         although each in a different way.  The left mouse button will select
  24.         the point closest ON THE SCREEN to the on-screen pointer, while the
  25.         right button selects the points closest IN 3D SPACE to the 3d cursor.
  26.         The second mehtod is useful for selecting points "behind" each other.
  27.  
  28. What the buttons do:
  29.  
  30. » 3D «  Selects 3D mode, in which you view (not edit) your data.  If
  31.                 everything looks upside down IT'S NOT MY FAULT :)
  32. ADD:    Selects ADD point mode.  Click either button to create points
  33.             in 3D space, at the current location of the 3D cursor.  If the
  34.                 editor refuses to add points, it is because you have reached
  35.                 the maximum points allowed.
  36. MOVE:   Selects MOVE point(s) mode.  Select a point with either button
  37.                 (hold down SHIFT for multiple points).  Once the point(s) are
  38.                 selected, you can drag them in any direction.  UNDO can be used
  39.                 to undo/redo a move.
  40. DELETE: Selects DELETE point mode.  Click either button to delete the
  41.                 nearest point.  The editor will not let you delete points that
  42.                 are part of lines.
  43. LINE:   Select START LINE mode.  Click on a point to START a line.  This
  44.                 will put you in LINE POINT mode.
  45. (LINP): Shows you if you are in LINE POINT mode.  Click points to add
  46.                 them to the current line.  UNDO can be used to take back line
  47.                 segments.  The editor will not allow you to join points to
  48.                 themselves, and will stop you when you run out of room.
  49. DELINE: Selects DELETE LINE mode.  Select points that are on the line that
  50.                 you want deleted.  As soon as the points specify a line uniquely,
  51.                 that line is deleted.
  52. UNDO:   Can be used to take back either a line segment (LINP) or a move
  53.                 operation (MOVE).
  54. XY:             selects a "TOP" view
  55. XZ:             selects a "FRONT" view
  56. YZ:             selects a "SIDE" view
  57. COPY:   If there are points selected in MOVE mode, this button will make
  58.                 a copy of them.  Click and drag the mouse to move the copy
  59.                 somewhere else.
  60. NEW:    Wipes out everything.  WARNING: does not ask you if you're SURE.
  61. SAVE:   Saves all points and lines to the file "data.3d"
  62. LOAD:   Loads all points and lines from the file "data.3d"
  63. QUIT:   Quits.  WARNING: does not ask you if you're SURE.
  64. (color) Selects which color the NEXT line you create will be.  Changing
  65.                 color in the middle of a line has NO effect.
  66.  
  67. What the keyboard does at all times:
  68.  
  69. 'c':    toggles the crosshairs on the cursor.
  70. Esc:    Quits.  Exactly like hitting the QUIT button.
  71.  
  72. During Editing:
  73.  
  74. 'w':    select XY (top) view,
  75. 's':    select XZ (front) view,
  76. 'd':    select XY (side) view.  These will switch immediately without
  77.                 setting the third dimension to zero, which makes them useful when
  78.                 used with the second button.
  79. 'u':    UNDO.  Same as the UNDO button.
  80. '8':    move the 3d curosr away from you.
  81. '2':    move the 3d curosr toward you.
  82.  
  83. During »3D« view: The entire keypad lets you change angle of view.  Watch
  84.                 the numbers at the top of the screen to see their effect.  '5' will
  85.                 toggle the polygons filling for closed lines.
  86.  
  87.